ComponentOne Xamarin Edition
C1HierarchicalCollectionView<T> Class Methods

C1.CollectionView Assembly > C1.CollectionView Namespace : C1HierarchicalCollectionView<T> Class

For a list of all members of this type, see C1HierarchicalCollectionView<T> members.

Public Methods
 NameDescription
Public MethodDetermines whether a new item can be inserted in the collection at the specified index.  
Public MethodDetermines whether the item at fromIndex can be moved to toIndex.  
Public MethodDetermines whether the item at the specified index can be removed from the collection.  
Public MethodDetermines whether the item at the specified index can be replaced in the collection.  
Public MethodReturns whether the collection view is able to sort the specified sortDescriptions.  
Public Method Returns an enumerator that iterates through the collection.  
Public Method Gets the type of the item.  
Public Method Returns all the items that has been loaded so far.  
Public MethodInserts the specified item at the specified index in the collection.  
Public Method Load the items between the specified indexes.  
Public Method Loads more items.  
Public MethodMoves an item from the specified fromIndex to toIndex.  
Public MethodRemoves the item at the specified index from the collection.  
Public MethodReplaces the item at the specified index by the specified item.  
Public MethodSorts the collection view according to the specified sortDescriptions.  
Top
Extension Methods
 NameDescription
Public Extension MethodOverloaded. Converts an System.Collections.IEnumerable to a collection view.
Top
See Also

Reference

C1HierarchicalCollectionView<T> Class
C1.CollectionView Namespace